home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Freeware
/
Adobe Air 1.5
/
AdobeAIRInstaller.exe
/
setup.swf
/
scripts
/
ru$states_properties.as
< prev
next >
Wrap
Text File
|
2008-10-29
|
414b
|
20 lines
package
{
import mx.resources.ResourceBundle;
public class ru$states_properties extends ResourceBundle
{
public function ru$states_properties()
{
super("ru","states");
}
override protected function getContent() : Object
{
return {"alreadyParented":"Cannot add a child that is already parented."};
}
}
}